projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fc286a
)
Fix typo in a comment in the last commit in w2.c.
author
Eli Zaretskii
<eliz@gnu.org>
Tue, 31 Dec 2013 15:12:33 +0000
(17:12 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Tue, 31 Dec 2013 15:12:33 +0000
(17:12 +0200)
src/w32.c
patch
|
blob
|
history
diff --git
a/src/w32.c
b/src/w32.c
index 4e7f77e9b95054d269a8d18ed629e18b966c953b..6844648927202e2b863bd0f214150a1bf2b45d2b 100644
(file)
--- a/
src/w32.c
+++ b/
src/w32.c
@@
-6045,7
+6045,7
@@
acl_set_file (const char *fname, acl_type_t type, acl_t acl)
errno = 0;
/* SetFileSecurity is deprecated by MS, and sometimes fails when
DACL inheritance is involved, but it seems to preserve ownership
- better than SetNamedSecurity, which is important e.g., in
+ better than SetNamedSecurity
Info
, which is important e.g., in
copy-file. */
if (!set_file_security (fname, flags, (PSECURITY_DESCRIPTOR)acl))
{